coding reference
codepen practice

codepen-skeleton-light

可再優化: 文字區塊 使用漂亮滾軸


.skeleton 即未渲染前的loading狀態。


@keyframes

@keyframes動畫名稱 {
  to(結束狀態的位置 = 100%) {
    background-position: right -40px top 0;
  }
}

skeleton-css1.png

skeleton-css2.png


#CSS動畫 #animation #CSS loader animation #CSS loading animation







Related Posts

CLI 常用指令整理

CLI 常用指令整理

Day 01 典型統計應用在社群媒體分析(Classical statistics applied to social data) part 1

Day 01 典型統計應用在社群媒體分析(Classical statistics applied to social data) part 1

使用正規表達式,在數字中加入逗號!

使用正規表達式,在數字中加入逗號!


Comments